2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AppDomainProxy<TAppClass> Class
A specified type defined in the assembly.
Members

In This Topic
    AppDomainProxy<TAppClass> Class
    In This Topic
    This class creates a new domain and instantiates a wrapped class in the new domain. The class is the one specified by the generic, and is assumed to be a class in the executing assembly. Inherit from this class, and add calls to the match those of the generic, using the processor variable to make the calls across the AppDomain boundary.
    Object Model
    AppDomainProxy<TAppClass> Class
    Syntax
    'Declaration
     
    Public Class AppDomainProxy(Of TAppClass) 
    public class AppDomainProxy<TAppClass> 
    Type Parameters
    TAppClass
    A specified type defined in the assembly.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Chart.AppDomainProxy<TAppClass>

    See Also